projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
925872e
)
Add cert bundle path for OpenIndiana
author
Michal Nowak
<mnowak@startmail.com>
Mon, 28 Oct 2019 14:38:34 +0000
(15:38 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 28 Oct 2019 14:38:34 +0000
(15:38 +0100)
* lisp/net/gnutls.el (gnutls-trustfiles): Add cert bundle path for
OpenIndiana (bug#37960).
Copyright-paperwork-exempt: yes
lisp/net/gnutls.el
patch
|
blob
|
history
diff --git
a/lisp/net/gnutls.el
b/lisp/net/gnutls.el
index ae15b3aecf2aec2a4c51c2236d9ea9369d2e910e..9b13adaefee2209e10643f28c94828dfc60792c3 100644
(file)
--- a/
lisp/net/gnutls.el
+++ b/
lisp/net/gnutls.el
@@
-111,6
+111,7
@@
Security'."
"/usr/ssl/certs/ca-bundle.crt" ; Cygwin
"/usr/local/share/certs/ca-root-nss.crt" ; FreeBSD
"/etc/ssl/cert.pem" ; macOS
+ "/etc/certs/ca-certificates.crt" ; OpenIndiana
)
"List of CA bundle location filenames or a function returning said list.
If a file path contains glob wildcards, they will be expanded.